home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_database.asp1 < prev    next >
Encoding:
Text File  |  1998-11-12  |  1.7 KB  |  77 lines

  1. <!-- Define Scripting Language -->
  2.  
  3.  
  4.  
  5. <html>
  6. <head>
  7.     <title>Database.asp File</title>
  8. <META HTTP-EQUIV="Content-Type" content="text/html; charset=Windows-1252">
  9. </head>
  10.  
  11. <body bgcolor="#FFFFFF" text="#000000">
  12.  
  13. <table border=0>
  14. <tr>
  15.     <td align="left" width="260"><img src="bayshore.JPG" width=180 height=178 border=0 alt="Magnificent Crater Lake...let Bayshore Travel take you there!">    
  16. </td>
  17.         <td align="left" width="150"></td>
  18. </tr>
  19.  
  20.  
  21.  
  22. </table>
  23. <hr color=#cccccc noshade size=1>
  24.  
  25.  
  26.  
  27. <br>
  28. <p><strong><font face="Arial">Customer Information Listing</font></strong></p>
  29.  
  30. <!-- Tutorial Lesson - ADO Connection -->
  31.  
  32. <TABLE COLSPAN=8 CELLPADDING=5 BORDER=0>
  33.  
  34. <!-- BEGIN column header row -->
  35.  
  36. <TR>
  37.  
  38. <TD ALIGN=CENTER BGCOLOR="#008080">
  39. <FONT STYLE="ARIAL NARROW" COLOR="#FFFFFF" SIZE=2>Contact Name</FONT>
  40. </TD>
  41. <TD ALIGN=CENTER  BGCOLOR="#008080">
  42. <FONT STYLE="ARIAL NARROW" COLOR="#FFFFFF" SIZE=2>E-mail address</FONT>
  43. </TD>
  44. <TD ALIGN=CENTER BGCOLOR="#008080">
  45. <FONT STYLE="ARIAL NARROW" COLOR="#FFFFFF" SIZE=2>City</FONT>
  46. </TD>
  47. <TD ALIGN=CENTER BGCOLOR="#008080">
  48. <FONT STYLE="ARIAL NARROW" COLOR="#FFFFFF" SIZE=2>State/Province</FONT>
  49. </TD>
  50.  
  51. </TR>
  52.  
  53. <!-- Tutorial Lesson - Display ADO Data -->
  54.  
  55. <!-- Tutorial Lesson - Retrieve Next Row -->
  56.  
  57.  
  58. </TABLE>
  59.  
  60.  
  61.  
  62. <TABLE>
  63.  
  64.  
  65. <TR>
  66. <TD COLSPAN=3 VALIGN=TOP ALIGN=LEFT>
  67. <hr color=#cccccc noshade size=1>
  68. <p><FONT SIZE="1" FACE="Arial">The names of companies, products, people, characters and/or data mentioned herein are fictitious and are in no way intended to represent any real individual, company, product or event unless otherwise noted.</FONT> </p>
  69. </TD>
  70. </TR>
  71.  
  72. </TABLE>
  73.  
  74. </BODY>
  75.  
  76. </HTML>
  77.